HttpAuthPreferences

The HTTP authorization preferences.

Functions

Link copied to clipboard
abstract fun delegateWhitelist(): String
Returns the HTTP network delegate authorization whitelist as a string with comma/semicolon separated server URLs.
abstract fun delegateWhitelist(delegateWhitelist: String)
Configures the HTTP network delegate authorization whitelist.
Link copied to clipboard
abstract fun serverWhitelist(): String
Returns the server HTTP authorization whitelist as a string with comma/semicolon separated server URLs.
abstract fun serverWhitelist(serverWhitelist: String)
Configures the server HTTP authorization whitelist.